Defines a radial (type 3) shading.
Initializes a new PDFRadialShading object.
Initializes a new object.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Gets a value indicating whether to filter the shading function to prevent aliasing artifacts.
Gets the shading color space.
This method supports the internal library infrastructure and should not be used by external client code.
Gets the shading domain.
The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending circles. The variable t becomes the input argument to the shading function.
Gets the position of the ending circle.
Gets the radius of the ending circle.
Gets the shading end color.
The startColor and endColor can be set only when the shading uses an exponential function ().
Gets a value indicating whether to extend shading beyond the ending circle.
Gets a value indicating whether to extend shading beyond the starting circle.
Gets the shading function.
The function is called with values of the parametric variable t in the domain defined by the method.
Gets the position of the starting circle.
Gets the radius of the starting circle.
Gets the shading start color.
The startColor and endColor can be set only when the shading uses an exponential function ().
Sets a value indicating whether to filter the shading function to prevent aliasing artifacts.
Sets the shading color space.
Sets the shading domain.
The variable is considered to vary linearly between these two values as the color gradient varies between the starting and ending circles. The variable t becomes the input argument to the shading function.
Sets the position of the ending circle.
Sets the radius of the ending circle.
Sets the shading end color.
The startColor and endColor can be set only when the shading uses an exponential function ().
Sets a value indicating whether to extend shading beyond the ending circle.
Sets a value indicating whether to extend shading beyond the starting circle.
Sets the shading function.
The function is called with values of the parametric variable t in the domain defined by the method.
Sets the position of the starting circle.
Sets the radius of the starting circle.
Sets the shading start color.
The startColor and endColor can be set only when the shading uses an exponential function ().